home *** CD-ROM | disk | FTP | other *** search
/ Network Support Library / RoseWare - Network Support Library.iso / nw40 / wfwins.txt < prev   
Text File  |  1993-06-17  |  3KB  |  143 lines

  1.              WFWINST.TXT
  2.  
  3.       TITLE:  Microsoft Windows for Workgroups and Novell NetWare
  4.        DATE:  06 June 1993
  5.     PRODUCT:  Windows for Workgroups 3.1 / NetWare 4.0 VLM-Shell
  6.      AUTHOR:  Thomas Janke, tecnoConsult Willich (G), CIS:100065,1425
  7.  
  8. COMMENT: The following lines show all necessary entries in CONFIG.SYS, AUTOEXEC.BAT,
  9.      STARTNET.BAT, NET.CFG, PROTOCOL.INI and SYSTEM.INI to run WfW on top of
  10.      Novell NetWare 4.0 (VLM-Shell). All network specific files (also those
  11.      from WfW) were placed in Directory C:\NWCLIENT, as listed below.
  12.      All Windows support files (vnetware.386 etc.) should be copied from your
  13.      local \WINDOWS\SYSTEM directory to your shared Windows system directory
  14.      after installing the VLM shell.
  15.  
  16. -WfW-    PROTMAN.DOS
  17.      PROTMAN.EXE
  18.      PROTOCOL.INI
  19.      WORKGRP.SYS
  20.      NET.EXE
  21.      NET.CFG
  22.  
  23. -NW4-    LSL.COM
  24.      driver.COM   (replace driver with the name of your network card)
  25.      IPXODI.COM
  26.      ODINSUP.COM
  27.      VLM.EXE
  28.      *.VLM
  29.  
  30. NOTE:    Until now, two major problem exist with the combination of NW4 & WFW:
  31.  
  32.      1) Print services are not accessible
  33.      2) Drive mappings can not be changed
  34.  
  35.      Moreover we noticed some performance degradatation using ODI & NDIS & WfW
  36.      instead of plain ODI / Windows ! Any comments on this are welcome.
  37.  
  38.  
  39. ---CONFIG.SYS---
  40. .
  41. .
  42. DEVICE=C:\NWCLIENT\PROTMAN.DOS /I:C:\NWCLIENT
  43. DEVICE=C:\NWCLIENT\WORKGRP.SYS
  44.  
  45. ---AUTOEXEC.BAT---
  46. .
  47. .
  48. CALL C:\NWCLIENT\STARTNET
  49.  
  50.  
  51. ---C:\NWCLIENT\STARTNET.BAT---
  52.  
  53. @ECHO OFF
  54. C:
  55. CD \NWCLIENT
  56. SET NWLANGUAGE=ENGLISH
  57. LSL
  58. NE2100.COM
  59. ODINSUP
  60. NET START
  61. IPXODI
  62. VLM
  63. CD \
  64.  
  65. ---C:\NWCLIENT\NET.CFG---
  66.  
  67. LINK DRIVER NE2100
  68.    Int 5
  69.    Port 320
  70.    Frame Ethernet_802.2
  71.    Frame Ethernet_802.3
  72.    Frame Ethernet_II
  73.    Frame Ethernet_Snap
  74.  
  75. Protocol IPX 0 Ethernet_802.2
  76.    Bind NE2100
  77.    Buffered
  78.  
  79. NetWare DOS Requester
  80.    Preferred Server = TECNO
  81.    First Network Drive = F
  82.    PB Buffers = 8
  83. .
  84. .
  85.  
  86. ---C:\NWCLIENT\PROTOCOL.INI---
  87.  
  88. [network.setup]
  89. version=0x3100
  90. netcard=ne2100,1,NE2100
  91. transport=netbeui,NETBEUI
  92. transport=ipx,IPX
  93. lana0=ne2100,1,ipx
  94. lana1=ne2100,1,netbeui
  95.  
  96. [protman]
  97. DriverName=PROTMAN$
  98. PRIORITY=NETBEUI
  99.  
  100. [NETBEUI]
  101. DriverName=netbeui$
  102. SESSIONS=10
  103. NCBS=32
  104. BINDINGS=NE2100
  105. LANABASE=1
  106.  
  107. [NE2100]
  108. DriverName=AM2100$
  109. INTERRUPT=5
  110. IOADDRESS=0x320
  111. DMACHANNEL=5
  112.  
  113. [IPX]
  114. DriverName=IPX$
  115. MediaType=Novell/Ethernet
  116. BINDINGS=NE2100
  117.  
  118.  
  119. ---\WINDOWS\SYSTEM.INI---
  120.  
  121. [boot]           
  122. network.drv=wfwnet.drv
  123. secondnet.drv=netware.drv
  124.  
  125. [boot.description]
  126. network.drv=NetWare (v4.0) & Windows fur Workgroups (v3.1)
  127.  
  128. [386Enh]
  129. network=vnetbios.386,vnetsup.386,vredir.386,vserver.386,vbrowse.386,vwc.386
  130. secondnet=vipx.386,vnetware.386
  131.  
  132. [network]
  133. Computername=TOM
  134. Workgroup=TEAM
  135. UserName=TOM
  136. multinet=netware
  137. Comment=
  138. EnableSharing=1
  139. logonvalidated=no
  140. reconnect=yes
  141. reshare=yes
  142.  
  143.